Insert Method (ItemCollection<T>)
In This Topic
Inserts new item to the collection at the specified position.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As _
)
public void Insert(
int ,
)
Parameters
- index
- The index to which item have to be inserted.
- item
- The item to be inserted.
See Also